home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Education / Organizational Aids / Information Library / card_5185.txt < prev    next >
Encoding:
Text File  |  1988-04-23  |  1.9 KB  |  101 lines

  1. -- card: 5185 from stack: in
  2. -- bmap block id: 2188
  3. -- flags: 0000
  4. -- background id: 3203
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=196 top=308 right=342 bottom=235
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 6460 / 6460
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Prev
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to previous card
  23. end mouseUp
  24.  
  25.  
  26. -- part 2 (button)
  27. -- low flags: 00
  28. -- high flags: 0000
  29. -- rect: left=238 top=308 right=342 bottom=277
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 6179 / 6179
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: Next
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   go to next card
  41. end mouseUp
  42.  
  43.  
  44. -- part 3 (button)
  45. -- low flags: 00
  46. -- high flags: 0000
  47. -- rect: left=404 top=222 right=259 bottom=446
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 1
  51. -- font id: 0
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: New Button
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   go to card id 7246
  59. end mouseUp
  60.  
  61.  
  62.  
  63.  
  64. -- part 4 (button)
  65. -- low flags: 00
  66. -- high flags: 0000
  67. -- rect: left=59 top=201 right=276 bottom=142
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: lucky
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   go to card id 8040
  79. end mouseUp
  80.  
  81.  
  82.  
  83.  
  84. -- part 5 (button)
  85. -- low flags: 00
  86. -- high flags: 0000
  87. -- rect: left=451 top=308 right=336 bottom=488
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 1012 / 1012
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: Return
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   go to card id 4138
  99. end mouseUp
  100.  
  101.